C++ Weekly - Ep 236 - Creating Allocator-Aware Types
CppCon 2017: Alisdair Meredith “An allocator model for std2”
Allocators, Explained Simply
Arena Allocator, Stack Allocator, Free-list Allocator, Pool Allocator Visualized
Allocator-Aware C++ Type Design - Jonathan Coe - C++ on Sea 2024
CppCon2014: Alisdair Meredith "Making Allocators Work, Part I"
Understanding the Purpose of std::pmr::polymorphic_allocator
CppCon 2017: Bob Steagall “How to Write a Custom Allocator”
Designing and Implementing a new Allocator model - Jonathan Müller - Meeting C++ 2016
C++ 26. scoped allocator, выравнивание, aligned_alloc
Getting Allocators out of Our Way - Alisdair Meredith & Pablo Halpern - CppCon 2019
C++ Weekly - Ep 248 - Understand the C++17 PMR Standard Allocators and Track All the Things
C++ Weekly - Ep 250 - Custom Allocation - How, Why, Where (Huge multi threaded gains and more!)
Lightning Talk: Speeding up code with C++17 Polymorphic Memory Resources - Paul Williams
C++ : polymorphic_allocator: when and why should I use it?
Memory allocator multithread testing
What does it take to design a memory allocator? Dynamic Memory Allocation System Design
CppCon 2015: Andrei Alexandrescu “std::allocator...”
Richard Kaiser - C++17 Polymorphic Memory Resources and STL Containers for Embedded Applications